home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / dragonforce.swf / scripts / DefineButton2_420 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  250 b   |  8 lines

  1. on(release){
  2.    _root.maindisplay.gotoAndStop("title");
  3.    _root.passwordmc.gotoAndStop("blank");
  4.    _root.maindisplay.playbtn.enabled = true;
  5.    _root.maindisplay.controlsbtn.enabled = true;
  6.    _root.maindisplay.passwordbtn.enabled = true;
  7. }
  8.